home *** CD-ROM | disk | FTP | other *** search
- <!-- Player:Windowshade Mode -->
-
- <layout id="shade" background="player.winshade.bg" desktopalpha="1">
-
-
-
- <!-- Playback buttons -->
- <button
- id="Previous"
- action="PREV"
- x="134" y="4"
- h="17" w="18"
- image="player.winshade.previous"
- downImage="player.winshade.previous.pressed"
- tooltip="Previous"
- />
- <button
- id="Play"
- action="PLAY"
- x="154" y="4"
- h="17" w="18"
- image="player.winshade.play"
- downImage="player.winshade.play.pressed"
- tooltip="Play"
- />
- <button
- id="Pause"
- action="PAUSE"
- x="173" y="4"
- h="17" w="18"
- image="player.winshade.pause"
- downImage="player.winshade.pause.pressed"
- tooltip="Pause"
- />
- <button
- id="Stop"
- action="STOP"
- x="192" y="4"
- h="17" w="18"
- image="player.winshade.stop"
- downImage="player.winshade.stop.pressed"
- tooltip="Stop"
- />
- <button
- id="Next"
- action="NEXT"
- x="211" y="4"
- h="17" w="18"
- image="player.winshade.next"
- downImage="player.winshade.next.pressed"
- tooltip="Next"
- />
-
- <!-- Timer -->
-
- <text
- id="timer"
- display="time"
- x="83" y="7"
- w="40" h="10"
- font="player.main.ttf" fontsize="14" align="right" color="0,0,0"
- />
-
- <!-- Sound Analyzer -->
- <vis
- id="vis"
- x="37" y="7"
- w="43" h="10"
- colorband1="0,25,43"
- colorband2="0,25,43"
- colorband3="0,25,43"
- colorband4="0,25,43"
- colorband5="0,25,43"
- colorband6="0,25,43"
- colorband7="0,25,43"
- colorband8="0,25,43"
- colorband9="0,25,43"
- colorband10="0,25,43"
- colorband11="0,25,43"
- colorband12="0,25,43"
- colorband13="0,25,43"
- colorband14="0,25,43"
- colorband15="0,25,43"
- colorband16="0,25,43"
- colorbandpeak="235,235,255"
- colorosc1="0,25,43"
- colorosc2="178,181,209"
- colorosc3="0,0,0"
- colorosc4="178,181,209"
- colorosc5="0,25,43"
- />
-
-
- <!-- Titlebar buttons -->
- <button
- id="sysbutton"
- action="SYSMENU"
- x="5" y="4"
- h="6" w="6"
- image="player.button.menu"
- downImage="player.button.menu.pressed"
- />
- <layer
- id="blah"
- dblClickAction="SWITCH;normal"
- x="15" y="6"
- h="14" w="14"
- image="player.shade.dbl.click.mode"
- />
- <button
- id="Minimize"
- action="MINIMIZE"
- x="232" y="4"
- h="6" w="6"
- image="player.button.minimize"
- downImage="player.button.minimize.pressed"
- tooltip="Minimize Winamp"
- />
- <button
- id="winshade" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="normal"
- x="241" y="4"
- h="6" w="6"
- image="player.button.winshade"
- downImage="player.button.winshade.pressed"
- />
- <button
- id="Close"
- action="CLOSE"
- x="249" y="4"
- h="6" w="6"
- image="player.button.close"
- downImage="player.button.close.pressed"
- tooltip="Exit Winamp"
- />
-
- <layer id="glass" x="32" y="5" image="dirt2" ghost="1" />
-
-
- </layout>
-